gtkcssnumbervalue.c: Include fallback-c89.c to fix build
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Dec 2015 10:58:42 +0000 (18:58 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Dec 2015 11:23:17 +0000 (19:23 +0800)
commitc0bc0a9ac2cee05ef12ecc41b71debecdded8602
treea78a47bb2a837edcf96d75ffce30e95205a76331
parentd0d8671c02dad52b54867c9ed92f47e1cba17df1
gtkcssnumbervalue.c: Include fallback-c89.c to fix build

... on older Visual Studio versions, where isinf() is not available, and
copy the isinf() implementation from gdk/fallback-c89.c to
gtk/fallback-c89.c.
gtk/fallback-c89.c
gtk/gtkcssnumbervalue.c